+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
+Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Changes-2.0.txt: Document the fact that
+ gtk_paned_set_handle_size() has been removed.
+
+ * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
+ since it pointed to gtk_paned_set_handle_size(), which
+ was removed. (#66760, Matt Wilson)
+
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
has been changed to include the entire area previously occupied by
the gutter.
+* gtk_paned_set_handle_size() has been removed, in favor of a style property,
+ since this is an option that only makes sense for themes to adjust.
+
* GDK no longer selects OwnerGrabButtonMask for button presses. This means
that the automatic grab that occurs when the user presses a button
will have owner_events = FALSE, so all events are redirected to the
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_paned_gutter_size(p,s) (void) 0
#define gtk_paned_set_gutter_size(p,s) (void) 0
-#define gtk_paned_handle_size gtk_paned_set_handle_size
#endif /* GTK_DISABLE_DEPRECATED */
#ifdef __cplusplus